-
Notifications
You must be signed in to change notification settings - Fork 358
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add download API to Link #2659
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Aug 7, 2023
xiaosansiji
force-pushed
the
feat/link-download
branch
from
August 8, 2023 03:07
ba9f8e7
to
394173b
Compare
chaishi
approved these changes
Aug 10, 2023
Merged
uyarn
pushed a commit
that referenced
this pull request
Aug 11, 2023
* feat: add download API to Link * feat: update common * test: update snapshot * feat: update common
chaishi
added a commit
that referenced
this pull request
Aug 11, 2023
* chore(deps-dev): bump fs-extra from 10.1.0 to 11.1.1 (#2651) Bumps [fs-extra](https://github.com/jprichardson/node-fs-extra) from 10.1.0 to 11.1.1. - [Changelog](https://github.com/jprichardson/node-fs-extra/blob/master/CHANGELOG.md) - [Commits](jprichardson/node-fs-extra@10.1.0...11.1.1) --- updated-dependencies: - dependency-name: fs-extra dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * feat(table): support TableEditableCellConfig.keepEditMode (#2662) * feat(table): support TableEditableCellConfig.keepEditMode * test: update snapshots * feat: support file list thumbnail (#2665) * feat(image): support fallback & referrerpolicy & src File * feat(upload): code save * feat(upload): support file thumnail * feat(upload): docs & features * test: update snapshots * feat: add download API to Link (#2659) * feat: add download API to Link * feat: update common * test: update snapshot * feat: update common * feat: new icon 2.0 version (#2677) * feat: new icon 2.0 version * chore: update docs * chore: release/1.6.0 (#2678) * feat: release 1.6.0 * feat: update common * chore: changelog's changes --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: sheepluo <[email protected]> Co-authored-by: azhe <[email protected]> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
KMethod
pushed a commit
to KMethod/tdesign-vue
that referenced
this pull request
Aug 25, 2023
* feat: add download API to Link * feat: update common * test: update snapshot * feat: update common
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🤔 这个 PR 的性质是?
🔗 相关 Issue
💡 需求背景和解决方案
<a>
支持的原生属性:https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a#attributestrue
表示当前链接可下载download = xxx.png
可以指定下载时的文件名📝 更新日志
download
属性,支持浏览器直接下载,[Link] 不支持设置download属性 #2628☑️ 请求合并前的自查清单